Conversation
|
This fixes the build for me, thanks |
|
Note that this is not a right way to do this, see haskell/cabal#5284 (comment) |
|
Thanks, can |
|
If I recall correctly, it needs to be not the version of Cabal but of the spec listed in the cabal file. It should be routed similarly to this: https://github.com/google/proto-lens/pull/242/files#diff-4fe9daabe5a3a972435eb21087de0259R183 |
|
Okay, I am trying to get my head around this - would the Cabal lib linked by the hgettext lib and Setup not provide the correct cabalVersion anyway? |
|
If I recall correctly, you declare glob patterns in You definitely do not want to have it change based on the cabal version the user runs, which is what |
Okay thank you for the explanation, that does make sense. |
Closes: #15